Autoloads for helper functions
authorjustbur <justin@burkett.cc>
Mon, 13 Jul 2015 15:23:25 +0000 (11:23 -0400)
committerjustbur <justin@burkett.cc>
Mon, 13 Jul 2015 15:23:25 +0000 (11:23 -0400)
which-key.el

index 133833b84e47d6e8a0141de3d38813b316176eb5..92d82f044d040208dae41832432c1e6a36f46fd8 100644 (file)
@@ -273,6 +273,7 @@ bottom."
   (setq alist (push (cons key repl) alist))
   alist)
 
+;;;###autoload
 (defun which-key/add-key-based-replacements (key repl &rest more)
   "Replace the description of a key sequence KEY (e.g., \"C-c
 C-c\") with REPL. Both KEY and REPL should be strings. MORE
@@ -286,6 +287,7 @@ replacements are added to
            which-key-key-based-description-replacement-alist key repl))
     (setq key (pop more) repl (pop more))))
 
+;;;###autoload
 (defun which-key/add-major-mode-key-based-replacements (mode key repl &rest more)
   "Functions like `which-key/add-key-based-replacements' with the
 exception that KEY and REPL (MORE contains addition KEY REPL